runtime.eface._type (field)
41 uses
runtime (current package)
alg.go#L120: t := a._type
alg.go#L242: return x._type == y._type && efaceeq(x._type, x.data, y.data)
arena.go#L119: e._type = t
arena.go#L145: t := e._type
arena.go#L175: xe._type = t
arena.go#L182: xe._type = t
arena.go#L283: typ := i._type
cgocall.go#L413: t := ep._type
cgocall.go#L425: switch aep._type.Kind_ & kindMask {
cgocall.go#L437: t = ep._type
cgocall.go#L443: t = ep._type
cgocall.go#L655: t := ep._type
debuglog.go#L280: switch v._type.Kind_ & kindMask {
error.go#L259: typestring := toRType(eface._type).string()
error.go#L261: switch eface._type.Kind_ {
heapdump.go#L400: dumpint(uint64(uintptr(unsafe.Pointer(eface._type))))
iface.go#L306: uint16Type *_type = efaceOf(&uint16Eface)._type
iface.go#L307: uint32Type *_type = efaceOf(&uint32Eface)._type
iface.go#L308: uint64Type *_type = efaceOf(&uint64Eface)._type
iface.go#L309: stringType *_type = efaceOf(&stringEface)._type
iface.go#L310: sliceType *_type = efaceOf(&sliceEface)._type
iface.go#L458: t := e._type
iface.go#L473: *dst = iface{assertE2I(inter, e._type), e.data}
iface.go#L478: *dst = iface{assertE2I(inter, e._type), e.data}
map.go#L1454: e.data = unsafe.Pointer(mapclone2((*maptype)(unsafe.Pointer(e._type)), (*hmap)(e.data)))
map.go#L1602: t := (*maptype)(unsafe.Pointer(e._type))
map.go#L1666: t := (*maptype)(unsafe.Pointer(e._type))
mbitmap.go#L1421: t := e._type
mfinal.go#L244: (*eface)(r)._type = &f.ot.Type
mfinal.go#L249: (*iface)(r).tab = assertE2I(ityp, (*eface)(r)._type)
mfinal.go#L395: etyp := e._type
mfinal.go#L431: ftyp := f._type
netpoll.go#L686: x._type = pdType
netpoll.go#L693: pdType *_type = efaceOf(&pdEface)._type
panic.go#L576: throw(text + ": type " + toRType(efaceOf(&r)._type).string())
pinner.go#L108: etyp := e._type
print.go#L256: print("(", e._type, ",", e.data, ")")
runtime2.go#L210: _type *_type
stkframe.go#L266: abiRegArgsType := efaceOf(&abiRegArgsEface)._type
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |